type os.rawConn
6 uses
os (current package)
rawconn.go#L14: type rawConn struct {
rawconn.go#L18: func (c *rawConn) Control(f func(uintptr)) error {
rawconn.go#L27: func (c *rawConn) Read(f func(uintptr) bool) error {
rawconn.go#L36: func (c *rawConn) Write(f func(uintptr) bool) error {
rawconn.go#L45: func newRawConn(file *File) (*rawConn, error) {
rawconn.go#L46: return &rawConn{file: file}, nil
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |